home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ntsp3 / nt4sp3_i.exe / [0] / winnt.adm < prev    next >
Windows Policy Administrative Template  |  1997-05-01  |  20KB  |  465 lines

  1. CLASS MACHINE
  2.  
  3. CATEGORY  !!Network
  4.         CATEGORY !!Sharing
  5.                 KEYNAME System\CurrentControlSet\Services\LanManServer\Parameters
  6.  
  7.                 POLICY !!WorkstationShareAutoCreate
  8.                         VALUENAME "AutoShareWks"
  9.                         VALUEON NUMERIC 1
  10.             VALUEOFF NUMERIC 0
  11.                         PART !!ShareWks_Tip1            TEXT    END PART
  12.                         PART !!ShareWks_Tip2            TEXT    END PART
  13.                 END POLICY
  14.  
  15.                 POLICY !!ServerShareAutoCreate
  16.                         VALUENAME "AutoShareServer"
  17.                         VALUEON NUMERIC 1
  18.             VALUEOFF NUMERIC 0
  19.                         PART !!ShareServer_Tip1         TEXT    END PART
  20.                         PART !!ShareServer_Tip2         TEXT    END PART
  21.                 END POLICY
  22.  
  23.         END CATEGORY    ; Sharing
  24.  
  25. END CATEGORY    ; Network
  26.  
  27. CATEGORY  !!Printers
  28. KEYNAME System\CurrentControlSet\Control\Print
  29.         POLICY !!PrintManager_Browser_Restrict
  30.         VALUENAME  DisableServerThread
  31.         PART !!Disable_Server_Tip1                TEXT     
  32.         END PART
  33.         PART !!Disable_Server_Tip2                TEXT     
  34.         END PART
  35.         END POLICY
  36.  
  37.         POLICY !!Scheduler_Thread_Priority
  38.         PART !!Scheduler_Priority                      DROPDOWNLIST
  39.         VALUENAME SchedulerThreadPriority
  40.             ITEMLIST
  41.                 NAME "Above Normal"  VALUE NUMERIC  1
  42.                 NAME "Normal"        VALUE NUMERIC  0
  43.                 NAME "Below Normal"  VALUE NUMERIC  -1
  44.             END ITEMLIST
  45.         END PART
  46.         END POLICY
  47.  
  48.         POLICY !!Beep_Enabled
  49.         VALUENAME BeepEnabled
  50.                 VALUEON NUMERIC 1
  51.                 VALUEOFF NUMERIC 0
  52.         PART !!Beep_Tip1                    TEXT    END PART
  53.         PART !!Beep_Tip2                    TEXT    END PART
  54.         END POLICY            
  55. END CATEGORY
  56.  
  57. CATEGORY  !!RemoteAccess
  58. KEYNAME System\CurrentControlSet\Services\RemoteAccess\Parameters
  59.         POLICY !!MaximumRetries    
  60.             PART !!RAS_Length                 NUMERIC REQUIRED
  61.             MIN 1 MAX 10 DEFAULT 2
  62.             VALUENAME AuthenticateRetries
  63.             END PART
  64.         END POLICY
  65.         POLICY !!MaximumTime
  66.             PART !!RAS_Time                    NUMERIC REQUIRED
  67.             MIN 20  MAX 600 DEFAULT 120
  68.             VALUENAME AuthenticateTime
  69.             END PART
  70.         END POLICY
  71.         POLICY !!CallBackTime
  72.             PART !!INT_Time                    NUMERIC REQUIRED
  73.             MIN 2 MAX 12 DEFAULT 2
  74.             VALUENAME CallbackTime
  75.             END PART
  76.         END POLICY
  77.         POLICY !!Auto_Disconnect
  78.             PART !!Autodisconnect_Time            NUMERIC REQUIRED
  79.             MIN 0  DEFAULT 20
  80.             VALUENAME AutoDisconnect
  81.             END PART 
  82.         END POLICY
  83. END CATEGORY
  84.  
  85. CATEGORY !!Shell
  86.  
  87.         CATEGORY !!CustomSharedFolders
  88.                 KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
  89.  
  90.                 POLICY !!CustomFolders_SharedPrograms
  91.                         PART !!CustomFolders_SharedProgramsPath         EDITTEXT REQUIRED  EXPANDABLETEXT
  92.                         DEFAULT !!CustomFolders_SharedProgramsDefault
  93.                         VALUENAME "Common Programs"
  94.                         END PART
  95.                 END POLICY
  96.  
  97.                 POLICY !!CustomFolders_SharedDesktop
  98.                         PART !!CustomFolders_SharedDesktopPath          EDITTEXT REQUIRED  EXPANDABLETEXT
  99.                         DEFAULT !!CustomFolders_SharedDesktopDefault
  100.                         VALUENAME "Common Desktop"
  101.                         END PART
  102.                 END POLICY
  103.  
  104.                 POLICY !!CustomFolders_SharedStartMenu
  105.                         PART !!CustomFolders_SharedStartMenuPath        EDITTEXT REQUIRED  EXPANDABLETEXT
  106.                         DEFAULT !!CustomFolders_SharedStartMenuDefault
  107.                         VALUENAME "Common Start Menu"
  108.                         END PART
  109.                 END POLICY
  110.  
  111.                 POLICY !!CustomFolders_SharedStartup
  112.                         PART !!CustomFolders_SharedStartupPath          EDITTEXT REQUIRED  EXPANDABLETEXT
  113.                         DEFAULT !!CustomFolders_SharedStartupDefault
  114.                         VALUENAME "Common Startup"
  115.                         END PART
  116.                 END POLICY
  117.  
  118.         END CATEGORY
  119. END CATEGORY    ; Shell
  120.  
  121.  
  122. CATEGORY  !!System
  123.         CATEGORY !!Login_Policies
  124.                 POLICY !!LogonBanner
  125.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  126.                         PART !!LogonBanner_Caption                      EDITTEXT
  127.                         VALUENAME "LegalNoticeCaption"
  128.                         MAXLEN 255
  129.                         DEFAULT !!LogonBanner_DefCaption
  130.                         END PART
  131.  
  132.                         PART !!LogonBanner_Text                 EDITTEXT
  133.                         VALUENAME "LegalNoticeText"
  134.                         MAXLEN 255
  135.                         DEFAULT !!LogonBanner_DefText
  136.                         END PART
  137.                 END POLICY
  138.  
  139.                 POLICY !!Shutdown_Restrict
  140.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  141.                         VALUENAME  ShutdownWithoutLogon
  142.                         VALUEON "1"  VALUEOFF "0"
  143.                         PART !!Shutd_Tip1                               TEXT    END PART
  144.                         PART !!Shutd_Tip2                               TEXT    END PART
  145.                         PART !!Shutd_Tip3                               TEXT    END PART
  146.                 END POLICY
  147.  
  148.                 POLICY !!LastUserName_Restrict
  149.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  150.                         VALUENAME DontDisplayLastUserName
  151.                         VALUEON "1"  VALUEOFF "0"
  152.                         PART !!Dont_Display_Tip1                                TEXT    END PART
  153.                         PART !!Dont_Display_Tip2                                TEXT    END PART
  154.                         PART !!Dont_Display_Tip3                                TEXT    END PART
  155.                 END POLICY
  156.  
  157.                 POLICY !!Run_Logon_Script_Sync
  158.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  159.                         VALUENAME RunLogonScriptSync
  160.                         PART !!Script_Tip1                     TEXT    END PART
  161.                         PART !!Script_Tip2                     TEXT    END PART
  162.                         PART !!Script_Tip4                     TEXT    END PART
  163.                 END POLICY
  164.  
  165.         END CATEGORY    ; Login Policies
  166.  
  167.         CATEGORY !!FileSystem
  168.                 KEYNAME System\CurrentControlSet\Control\FileSystem
  169.  
  170.                 POLICY !!Disable8dot3Names
  171.                 VALUENAME "NtfsDisable8dot3NameCreation"
  172.                 END POLICY
  173.  
  174.  
  175.                 POLICY !!AllowExtCharsIn8dot3
  176.                         VALUENAME "NtfsAllowExtendedCharacterIn8dot3Name"
  177.                         PART !!ExtChars_Tip1                            TEXT    END PART
  178.                         PART !!ExtChars_Tip2                            TEXT    END PART
  179.                 END POLICY
  180.  
  181.                 POLICY !!DisableLastUpdate
  182.                         VALUENAME "NtfsDisableLastAccessUpdate"
  183.                         PART !!LastAccess_Tip1                            TEXT    END PART
  184.                         PART !!LastAccess_Tip2                            TEXT    END PART
  185.                 END POLICY
  186.  
  187.         END CATEGORY    ;  File system
  188.  
  189. END CATEGORY    ; System
  190.  
  191. CATEGORY  !!UserProfiles
  192. KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\winlogon"
  193.  
  194.                 POLICY !!DeleteRoamingCachedProfiles
  195.                 VALUENAME "DeleteRoamingCache"
  196.                 PART !!DeleteCache_Tip1                          TEXT  END PART
  197.                 PART !!DeleteCache_Tip2                          TEXT  END PART
  198.                 END POLICY
  199.  
  200.                 POLICY !!EnableSlowLinkDetect
  201.                 VALUENAME "SlowLinkDetectEnabled"
  202.                 END POLICY
  203.  
  204.                 POLICY !!SlowLinkTimeOut
  205.                         PART !!SlowLinkWaitInterval                     NUMERIC REQUIRED
  206.                         MIN 1 MAX 20000 DEFAULT 2000
  207.                         VALUENAME SlowLinkTimeOut
  208.                         END PART
  209.                 END POLICY
  210.  
  211.                 POLICY !!ProfileDlgTimeOut
  212.                         PART !!ProfileDlgWaitInterval                   NUMERIC REQUIRED
  213.                         MIN 0 MAX 600 DEFAULT 30
  214.                         VALUENAME ProfileDlgTimeOut
  215.                         END PART
  216.                 END POLICY
  217.  
  218. END CATEGORY
  219.  
  220.  
  221. CLASS USER
  222.  
  223. CATEGORY !!Shell
  224.  
  225.         CATEGORY !!CustomShell
  226.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  227.  
  228.                 POLICY !!ShellName
  229.                         PART !!ShellNameInst         EDITTEXT REQUIRED
  230.                         VALUENAME "Shell"
  231.                         END PART
  232.                 END POLICY
  233.  
  234.  
  235.         END CATEGORY
  236.  
  237.  
  238.         CATEGORY !!CustomFolders
  239.                 KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
  240.  
  241.                 POLICY !!CustomFolders_Programs
  242.                         PART !!CustomFolders_ProgramsPath               EDITTEXT REQUIRED EXPANDABLETEXT
  243.                         DEFAULT !!CustomFolders_ProgramsDefault
  244.                         VALUENAME "Programs"
  245.                         END PART
  246.                 END POLICY
  247.  
  248.                 POLICY !!CustomFolders_Desktop
  249.                         PART !!CustomFolders_DesktopPath                EDITTEXT REQUIRED  EXPANDABLETEXT
  250.                         DEFAULT !!CustomFolders_DesktopDefault
  251.                         VALUENAME "Desktop"
  252.                         END PART
  253.                 END POLICY
  254.  
  255.                 POLICY !!HideStartMenuSubfolders
  256.                         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  257.                         VALUENAME NoStartMenuSubFolders
  258.                         PART !!HideStartMenuSubfolders_Tip1             TEXT  END PART
  259.                         PART !!HideStartMenuSubfolders_Tip2             TEXT  END PART
  260.                 END POLICY
  261.  
  262.                 POLICY !!CustomFolders_Startup
  263.                         PART !!CustomFolders_StartupPath                EDITTEXT REQUIRED  EXPANDABLETEXT
  264.                         DEFAULT !!CustomFolders_StartupDefault
  265.                         VALUENAME "Startup"
  266.                         END PART
  267.                 END POLICY
  268.  
  269.                 POLICY !!CustomFolders_NetHood
  270.                         PART !!CustomFolders_NetHoodPath                EDITTEXT REQUIRED  EXPANDABLETEXT
  271.                         DEFAULT !!CustomFolders_NetHoodDefault
  272.                         VALUENAME "NetHood"
  273.                         END PART
  274.                 END POLICY
  275.  
  276.                 POLICY !!CustomFolders_StartMenu
  277.                         PART !!CustomFolders_StartMenuPath              EDITTEXT REQUIRED  EXPANDABLETEXT
  278.                         DEFAULT !!CustomFolders_StartMenuDefault
  279.                         VALUENAME "Start Menu"
  280.                         END PART
  281.                 END POLICY
  282.  
  283.         END CATEGORY
  284.  
  285.         CATEGORY !!Restrictions
  286.                 KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  287.                         POLICY !!ApprovedShellExt
  288.                         VALUENAME "EnforceShellExtensionSecurity"
  289.                         END POLICY
  290.  
  291.                         POLICY !!NoFileMenu
  292.                         VALUENAME "NoFileMenu"
  293.                         END POLICY
  294.  
  295.                         POLICY !!NoCommonGroups
  296.                         VALUENAME "NoCommonGroups"
  297.                         END POLICY
  298.  
  299.                         POLICY !!NoTrayContextMenu
  300.                         VALUENAME "NoTrayContextMenu"
  301.                         END POLICY
  302.  
  303.                         POLICY !!NoViewContextMenu
  304.                         VALUENAME "NoViewContextMenu"
  305.                         END POLICY
  306.  
  307.                         POLICY !!NoNetConnectDisconnect
  308.                         VALUENAME "NoNetConnectDisconnect"
  309.                         END POLICY
  310.  
  311.                         POLICY !!DisableLinkTracking
  312.                         VALUENAME "LinkResolveIgnoreLinkInfo"
  313.                         END POLICY
  314.         END CATEGORY
  315.  
  316. END CATEGORY    ; Shell
  317.  
  318. CATEGORY  !!System
  319.     POLICY !!Parse_Autoexec
  320.     KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  321.         VALUENAME ParseAutoexec
  322.         VALUEON "1"  VALUEOFF "0"
  323.         PART !!Parse_Tip1                    TEXT    END PART
  324.         PART !!Parse_Tip2                    TEXT    END PART        
  325.     END POLICY
  326.  
  327.         POLICY !!Run_Logon_Script_Sync
  328.         KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  329.                 VALUENAME RunLogonScriptSync
  330.                 PART !!Script_Tip1                                       TEXT    END PART
  331.                 PART !!Script_Tip2                                       TEXT    END PART
  332.                 PART !!Script_Tip3                                       TEXT    END PART
  333.         END POLICY
  334.  
  335.         POLICY !!DisableTaskMgr
  336.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\System
  337.         VALUENAME "DisableTaskMgr"
  338.         END POLICY
  339.  
  340.         POLICY !!ShowWelcome
  341.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Tips"
  342.         VALUENAME "Show"
  343.         VALUEON  NUMERIC 1
  344.         VALUEOFF NUMERIC 0
  345.         END POLICY
  346.  
  347. END CATEGORY
  348.  
  349. [strings]
  350. Network="Windows NT Network"
  351. Sharing="Sharing"
  352. WorkstationShareAutoCreate="Create hidden drive shares (workstation)"
  353. ServerShareAutoCreate="Create hidden drive shares (server)"
  354. ShareWks_Tip1=Automatically create <drive letter>$ and Admin$ shares
  355. ShareWks_Tip2=when Windows NT Workstation starts.
  356. ShareServer_Tip1=Automatically create <drive letter>$ and Admin$ shares
  357. ShareServer_Tip2=when Windows NT Server starts.
  358. System="Windows NT System"
  359. Login_Policies="Logon"
  360. LogonBanner="Logon banner"
  361. LogonBanner_Caption="Caption"
  362. LogonBanner_Text="Text"
  363. LogonBanner_DefCaption="Important Notice:"
  364. LogonBanner_DefText="Do not attempt to log on unless you are an authorized user."
  365. Shutdown_Restrict="Enable shutdown from Authentication dialog box"
  366. Shutd_Tip1="When this box is checked, you can click Shut Down"
  367. Shutd_Tip2="in the Authentication dialog box to select options."
  368. Shutd_Tip3="Default: NT Server = Off, NT Workstation = On"
  369. LastUserName_Restrict="Do not display last logged on user name"
  370. Dont_Display_Tip1="When this box is checked, Windows NT does not"
  371. Dont_Display_Tip2="automatically display the user name of the last person"
  372. Dont_Display_Tip3="to log on in the Authentication dialog box."
  373. Printers="Windows NT Printers"
  374. PrintManager_Browser_Restrict="Disable browse thread on this computer"
  375. Disable_Server_Tip1="When this box is checked, the print spooler does not"
  376. Disable_Server_Tip2="send shared printer information to other print servers."
  377. Scheduler_Thread_Priority="Scheduler priority"
  378. Scheduler_Priority="Priority"
  379. Thread_Priority_Above_Normal="Scheduler priority above normal"
  380. Thread_Priority_Below_Normal="Scheduler priority below normal"
  381. Thread_Priority_Normal="Scheduler priority normal"
  382. Beep_Enabled="Beep for error enabled"
  383. Beep_Tip1="A check in this box enables beeping (every 10 seconds) when a remote"
  384. Beep_Tip2="job error occurs on a print server."
  385. RemoteAccess="Windows NT Remote Access"
  386. MaximumRetries="Max number of unsuccessful authentication retries"
  387. RAS_Length="Number of retries"
  388. MaximumTime="Max time limit for authentication"
  389. RAS_Time="Length in seconds"
  390. CallBackTime="Wait interval for callback"
  391. INT_Time="Length in seconds"
  392. Auto_Disconnect="Auto Disconnect"
  393. Autodisconnect_Time="Disconnect after (minutes)"
  394. UserProfiles="Windows NT User Profiles"
  395. DeleteRoamingCachedProfiles="Delete cached copies of roaming profiles"
  396. DeleteCache_Tip1="When users with roaming profiles log off,"
  397. DeleteCache_Tip2="delete the locally cached profile (to save disk space)."
  398. EnableSlowLinkDetect="Automatically detect slow network connections"
  399. SlowLinkTimeOut="Slow network connection timeout"
  400. SlowLinkWaitInterval="Time (milliseconds)"
  401. ProfileDlgTimeOut="Timeout for dialog boxes"
  402. ProfileDlgWaitInterval="Time (seconds)"
  403. Parse_Autoexec="Parse Autoexec.bat"
  404. Parse_Tip1="When this box is checked, environment variables declared"
  405. Parse_Tip2="in autoexec.bat are included in the users environment."
  406. Shell="Windows NT Shell"
  407. CustomFolders="Custom folders"
  408. CustomFolders_Programs="Custom Programs folder"
  409. CustomFolders_ProgramsPath="Path to location of Programs items"
  410. CustomFolders_ProgramsDefault="%USERPROFILE%\Start Menu\Programs"
  411. CustomFolders_Desktop="Custom desktop icons"
  412. CustomFolders_DesktopPath="Path to location of desktop icons"
  413. CustomFolders_DesktopDefault="%USERPROFILE%\Desktop"
  414. HideStartMenuSubfolders="Hide Start menu subfolders"
  415. HideStartMenuSubfolders_Tip1="Check this if you use a custom Programs folder"
  416. HideStartMenuSubfolders_Tip2="or custom desktop icons."
  417. CustomFolders_Startup="Custom Startup folder"
  418. CustomFolders_StartupPath="Path to location of Startup items"
  419. CustomFolders_StartupDefault="%USERPROFILE%\Start Menu\Programs\Startup"
  420. CustomFolders_NetHood="Custom Network Neighborhood"
  421. CustomFolders_NetHoodPath="Path to location of Network Neighborhood items"
  422. CustomFolders_NetHoodDefault="%USERPROFILE%\NetHood"
  423. CustomFolders_StartMenu="Custom Start menu"
  424. CustomFolders_StartMenuPath="Path to location of Start menu items"
  425. CustomFolders_StartMenuDefault="%USERPROFILE%\Start Menu"
  426. CustomSharedFolders="Custom shared folders"
  427. CustomFolders_SharedPrograms="Custom shared Programs folder"
  428. CustomFolders_SharedProgramsPath="Path to location of shared Programs items"
  429. CustomFolders_SharedProgramsDefault="%SystemRoot%\Profiles\All Users\Start Menu\Programs"
  430. CustomFolders_SharedDesktop="Custom shared desktop icons"
  431. CustomFolders_SharedDesktopPath="Path to location of shared desktop icons"
  432. CustomFolders_SharedDesktopDefault="%SystemRoot%\Profiles\All Users\Desktop"
  433. CustomFolders_SharedStartMenu="Custom shared Start menu"
  434. CustomFolders_SharedStartMenuPath="Path to location of shared Start menu items"
  435. CustomFolders_SharedStartMenuDefault="%SystemRoot%\Profiles\All Users\Start Menu"
  436. CustomFolders_SharedStartup="Custom shared Startup folder"
  437. CustomFolders_SharedStartupPath="Path to location of shared Startup items"
  438. CustomFolders_SharedStartupDefault="%SystemRoot%\Profiles\All Users\Start Menu\Programs\Startup"
  439. Restrictions="Restrictions"
  440. ApprovedShellExt="Only use approved shell extensions"
  441. NoFileMenu="Remove File menu from Explorer"
  442. NoCommonGroups="Remove common program groups from Start menu"
  443. FileSystem="File system"
  444. Disable8dot3Names="Do not create 8.3 file names for long file names"
  445. AllowExtCharsIn8dot3="Allow extended characters in 8.3 file names"
  446. ExtChars_Tip1="Short file names with extended characters may not be viewable"
  447. ExtChars_Tip2="on computers that do not have same character code page."
  448. DisableLastUpdate="Do not update last access time"
  449. LastAccess_Tip1="For files that are only being read, do not update the last"
  450. LastAccess_Tip2="access time.  This will increase the file system's performance."
  451. Run_Logon_Script_Sync="Run logon scripts synchronously."
  452. Script_Tip1="Wait for the logon scripts to complete before starting"
  453. Script_Tip2="the users's shell.  If this value is also set in the"
  454. Script_Tip3="Computer section, that value takes precedence."
  455. Script_Tip4="User section, this value takes precedence."
  456. NoTrayContextMenu="Disable context menus for the taskbar"
  457. NoViewContextMenu="Disable Explorer's default context menu"
  458. NoNetConnectDisconnect="Remove the "Map Network Drive" and "Disconnect Network Drive" options"
  459. DisableTaskMgr="Disable Task Manager"
  460. DisableLinkTracking="Disable link file tracking"
  461. ShowWelcome="Show welcome tips at logon"
  462. CustomShell="Custom user interface"
  463. ShellName="Custom shell"
  464. ShellNameInst="Shell name (eg: explorer.exe)"
  465.